Component org.nuxeo.ecm.diff.service.DocumentDiffService
In bundle org.nuxeo.diff.core
Documentation
This service allows to make a diff between two documents, or two versions of a document.
Antoine Taillefer
Implementation
Class:
org.nuxeo.ecm.diff.service.impl.DocumentDiffServiceImpl
Services
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.diff.service.DocumentDiffService">
<documentation>
This service allows to make a diff between two
documents, or two versions of a document.
@author
Antoine Taillefer
</documentation>
<implementation
class="org.nuxeo.ecm.diff.service.impl.DocumentDiffServiceImpl" />
<service>
<provide interface="org.nuxeo.ecm.diff.service.DocumentDiffService" />
</service>
</component>